home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / T / ToolsPlus 2.1.sit / Tools Plus 2.1 ƒ / Tools Plus 2.1 (C & Pascal) / Tools Plus 2.1 for Pascal / Starter Files / My App.p next >
Encoding:
Text File  |  1993-10-23  |  116 b   |  11 lines  |  [TEXT/PJMM]

  1. program MyApp;
  2.     uses
  3.         ToolsPlus;
  4.  
  5. { Insert your declarations here }
  6.  
  7. begin
  8.  
  9. { Insert your program code here }
  10.  
  11. end.